Results from comparing two models.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=256), | public | :: | conclusion |
Interpretation of comparison results. |
|||
| integer(kind=int32), | public | :: | df_diff |
Difference in degrees of freedom. |
|||
| integer(kind=int32), | public | :: | df_full |
Degrees of freedom for full model. |
|||
| integer(kind=int32), | public | :: | df_reduced |
Degrees of freedom for reduced model. |
|||
| real(kind=real64), | public | :: | f_statistic |
F-statistic for model comparison. |
|||
| real(kind=real64), | public | :: | p_value |
P-value for the F-test. |
|||
| real(kind=real64), | public | :: | rss_full |
Residual sum of squares for full model. |
|||
| real(kind=real64), | public | :: | rss_reduced |
Residual sum of squares for reduced model. |
|||
| logical, | public | :: | significant_difference |
True if models differ significantly (p < 0.05). |